home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-ROM Collection
/
Amiga CD-ROM Collection - Auge 4000 and Cactus and Demo Util.iso
/
auge4000
/
46
/
include
/
sys
/
resource.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-06-20
|
158b
|
18 lines
/*
* SYS/RUSAGE.H
*
*/
struct rtime {
long tv_sec;
long tv_usec;
};
struct rusage {
struct rtime ru_utime;
struct rtime ru_stime;
};